Optimisation of planing -- modification of pyomo models

In this document you can learn to get into the optimisation problem in order to mimic what is defined functions/f_planingModels.py and create your own model.

1. Case without storage

1.1 Definition of a new model with pyomo

In the function below the optimisation model is defined, you can modify it. For now it is exactly a copy of GetElectricSystemModel_PlaningSingleNode.

1.2. Optimisation with the new model

Application to the french dataset

2. Addition of storage

2.1. Coupling of storage optimisation with the new model

2.2. Optimisation with the new model and with storage